Html Css Color HEX #CBC68A Winter Hazel

📋 copy color: '#CBC68A'

red 203 ◦ green 198 ◦ blue 138

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

Shades of Winter Hazel #CBC68A

Tints of Winter Hazel #CBC68A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.73%

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

R = 37.66%
G = 36.73%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CBC68A (or 0xCBC68A) is known color: Winter Hazel. HEX triplet: CB, C6 and 8A. RGB value is (203,198,138). Sum of RGB (Red+Green+Blue) = 203+198+138=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC68A is #343975. Grayscale: #C0C0C0. Windows color (decimal): -3422582 or 9094859. OLE color: 9094859.

HSL color Cylindrical-coordinate representation of color #CBC68A: hue angle of 55.38º 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 #CBC68A is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 198 138 -
CMYK 0 0.02 0.32 0.20
HSL 55.38º 0.38% 0.67% -
HSV(B) 55.38º 0.32% 0.8% -
XYZ 49.41 54.92 32.04 -
YUV 192.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 203 198 138 0 0.02 0.32 0.20 55.38 0.38 0.67
Hex CB C6 8A 0 2 20 14 37 26 43
Octal 313 306 212 0 2 40 24 67 46 103
Binary 11001011 11000110 10001010 0 10 100000 10100 110111 100110 1000011

Color Harmonies of #CBC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC68A

Black with #CBC68A

Text Example


Text Example

White with #CBC68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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