Html Css Color HEX #CAB678 Yuma

📋 copy color: '#CAB678'

red 202 ◦ green 182 ◦ blue 120

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

Shades of Yuma #CAB678

Tints of Yuma #CAB678

RGB

 RED value IS 202 (79.3% from 255) = 40.08%

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

 BLUE value IS 120 (47.27% from 255) = 23.81%

R = 40.08%
G = 36.11%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAB678 (or 0xCAB678) is known color: Yuma. HEX triplet: CA, B6 and 78. RGB value is (202,182,120). Sum of RGB (Red+Green+Blue) = 202+182+120=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB678 is #354987. Grayscale: #B5B5B5. Windows color (decimal): -3492232 or 7911114. OLE color: 7911114.

HSL color Cylindrical-coordinate representation of color #CAB678: hue angle of 45.37º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAB678 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 182 120 -
CMYK 0 0.10 0.41 0.21
HSL 45.37º 0.44% 0.63% -
HSV(B) 45.37º 0.41% 0.79% -
XYZ 44.48 47.37 24.57 -
YUV 180.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 202 182 120 0 0.10 0.41 0.21 45.37 0.44 0.63
Hex CA B6 78 0 A 29 15 2D 2C 3F
Octal 312 266 170 0 12 51 25 55 54 77
Binary 11001010 10110110 1111000 0 1010 101001 10101 101101 101100 111111

Color Harmonies of #CAB678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB678

Black with #CAB678

Text Example


Text Example

White with #CAB678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB678; }

 p { color: rgb(202,182,120); }

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

background-color css

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

 a { background-color: rgb(202,182,120); }

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

border-color css

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

 span { border-color: rgb(202,182,120); }

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