Html Css Color HEX #CCB67E Yuma

📋 copy color: '#CCB67E'

red 204 ◦ green 182 ◦ blue 126

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

Shades of Yuma #CCB67E

Tints of Yuma #CCB67E

RGB

 RED value IS 204 (80.08% from 255) = 39.84%

 GREEN value IS 182 (71.48% from 255) = 35.55%

 BLUE value IS 126 (49.61% from 255) = 24.61%

R = 39.84%
G = 35.55%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCB67E (or 0xCCB67E) is known color: Yuma. HEX triplet: CC, B6 and 7E. RGB value is (204,182,126). Sum of RGB (Red+Green+Blue) = 204+182+126=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB67E is #334981. Grayscale: #B6B6B6. Windows color (decimal): -3361154 or 8304332. OLE color: 8304332.

HSL color Cylindrical-coordinate representation of color #CCB67E: hue angle of 43.08º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCB67E is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 126 -
CMYK 0 0.11 0.38 0.2
HSL 43.08º 0.43% 0.65% -
HSV(B) 43.08º 0.38% 0.8% -
XYZ 45.4 47.8 26.57 -
YUV 182.19 96.29 143.55 -
System Red Green Blue C M Y K H S L
Decimal 204 182 126 0 0.11 0.38 0.2 43.08 0.43 0.65
Hex CC B6 7E 0 B 26 14 2B 2B 41
Octal 314 266 176 0 13 46 24 53 53 101
Binary 11001100 10110110 1111110 0 1011 100110 10100 101011 101011 1000001

Color Harmonies of #CCB67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB67E

Black with #CCB67E

Text Example


Text Example

White with #CCB67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB67E; }

 p { color: rgb(204,182,126); }

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

background-color css

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

 a { background-color: rgb(204,182,126); }

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

border-color css

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

 span { border-color: rgb(204,182,126); }

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