Html Css Color HEX #CAB67D Yuma

📋 copy color: '#CAB67D'

red 202 ◦ green 182 ◦ blue 125

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

Shades of Yuma #CAB67D

Tints of Yuma #CAB67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.56%

R = 39.69%
G = 35.76%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CAB67D (or 0xCAB67D) is known color: Yuma. HEX triplet: CA, B6 and 7D. RGB value is (202,182,125). Sum of RGB (Red+Green+Blue) = 202+182+125=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 125 (49.22% from 255 or 24.56% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB67D is #354982. Grayscale: #B5B5B5. Windows color (decimal): -3492227 or 8238794. OLE color: 8238794.

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

Color convert

RGB 202 182 125 -
CMYK 0 0.10 0.38 0.21
HSL 44.42º 0.42% 0.64% -
HSV(B) 44.42º 0.38% 0.79% -
XYZ 44.79 47.49 26.21 -
YUV 181.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 202 182 125 0 0.10 0.38 0.21 44.42 0.42 0.64
Hex CA B6 7D 0 A 26 15 2C 2A 40
Octal 312 266 175 0 12 46 25 54 52 100
Binary 11001010 10110110 1111101 0 1010 100110 10101 101100 101010 1000000

Color Harmonies of #CAB67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB67D

Black with #CAB67D

Text Example


Text Example

White with #CAB67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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