Html Css Color HEX #CBC58A Winter Hazel

📋 copy color: '#CBC58A'

red 203 ◦ green 197 ◦ blue 138

#CBC58A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #CBC58A

Tints of Winter Hazel #CBC58A

RGB

 RED value IS 203 (79.69% from 255) = 37.73%

 GREEN value IS 197 (77.34% from 255) = 36.62%

 BLUE value IS 138 (54.3% from 255) = 25.65%

R = 37.73%
G = 36.62%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBC58A (or 0xCBC58A) is known color: Winter Hazel. HEX triplet: CB, C5 and 8A. RGB value is (203,197,138). Sum of RGB (Red+Green+Blue) = 203+197+138=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC58A is #343A75. Grayscale: #C0C0C0. Windows color (decimal): -3422838 or 9094603. OLE color: 9094603.

HSL color Cylindrical-coordinate representation of color #CBC58A: hue angle of 54.46º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBC58A is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 197 138 -
CMYK 0 0.03 0.32 0.20
HSL 54.46º 0.38% 0.67% -
HSV(B) 54.46º 0.32% 0.8% -
XYZ 49.18 54.46 31.97 -
YUV 192.07 97.49 135.8 -
System Red Green Blue C M Y K H S L
Decimal 203 197 138 0 0.03 0.32 0.20 54.46 0.38 0.67
Hex CB C5 8A 0 3 20 14 36 26 43
Octal 313 305 212 0 3 40 24 66 46 103
Binary 11001011 11000101 10001010 0 11 100000 10100 110110 100110 1000011

Color Harmonies of #CBC58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC58A

Black with #CBC58A

Text Example


Text Example

White with #CBC58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC58A; }

 p { color: rgb(203,197,138); }

 H1.HeaderClassName
 {
   color: #CBC58A;
 }
 .AnyTagClassName
 {
   color: #CBC58A;
 }
</style>

background-color css

<style>
 a { background-color: #CBC58A; }

 a { background-color: rgb(203,197,138); }

 div.DivClassName
 {
   background-color: #CBC58A;
 }
 .BgClassName
 {
   background-color: #CBC58A;
 }
</style>

border-color css

<style>
 span { border-color: #CBC58A; }

 span { border-color: rgb(203,197,138); }

 td.TdClassName
 {
   border-color: #CBC58A;
 }
 .TagClassName
 {
   border-color: #CBC58A;
 }
</style>