Html Css Color HEX #CBC67A Winter Hazel

📋 copy color: '#CBC67A'

red 203 ◦ green 198 ◦ blue 122

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

Shades of Winter Hazel #CBC67A

Tints of Winter Hazel #CBC67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.33%

R = 38.81%
G = 37.86%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CBC67A (or 0xCBC67A) is known color: Winter Hazel. HEX triplet: CB, C6 and 7A. RGB value is (203,198,122). Sum of RGB (Red+Green+Blue) = 203+198+122=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 122 (48.05% from 255 or 23.33% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC67A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC67A is #343985. Grayscale: #BFBFBF. Windows color (decimal): -3422598 or 8046283. OLE color: 8046283.

HSL color Cylindrical-coordinate representation of color #CBC67A: hue angle of 56.3º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBC67A is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 198 122 -
CMYK 0 0.02 0.40 0.20
HSL 56.3º 0.44% 0.64% -
HSV(B) 56.3º 0.4% 0.8% -
XYZ 48.34 54.49 26.38 -
YUV 190.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 203 198 122 0 0.02 0.40 0.20 56.3 0.44 0.64
Hex CB C6 7A 0 2 28 14 38 2C 40
Octal 313 306 172 0 2 50 24 70 54 100
Binary 11001011 11000110 1111010 0 10 101000 10100 111000 101100 1000000

Color Harmonies of #CBC67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC67A

Black with #CBC67A

Text Example


Text Example

White with #CBC67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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