Html Css Color HEX #CACFAB Orinoco

📋 copy color: '#CACFAB'

red 202 ◦ green 207 ◦ blue 171

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

Shades of Orinoco #CACFAB

Tints of Orinoco #CACFAB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.69%

 BLUE value IS 171 (67.19% from 255) = 29.48%

R = 34.83%
G = 35.69%
B = 29.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CACFAB (or 0xCACFAB) is known color: Orinoco. HEX triplet: CA, CF and AB. RGB value is (202,207,171). Sum of RGB (Red+Green+Blue) = 202+207+171=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACFAB is #353054. Grayscale: #C9C9C9. Windows color (decimal): -3485781 or 11259850. OLE color: 11259850.

HSL color Cylindrical-coordinate representation of color #CACFAB: hue angle of 68.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CACFAB is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 207 171 -
CMYK 0.02 0 0.17 0.19
HSL 68.33º 0.27% 0.74% -
HSV(B) 68.33º 0.17% 0.81% -
XYZ 54.02 60.12 47.29 -
YUV 201.4 110.84 128.43 -
System Red Green Blue C M Y K H S L
Decimal 202 207 171 0.02 0 0.17 0.19 68.33 0.27 0.74
Hex CA CF AB 2 0 11 13 44 1B 4A
Octal 312 317 253 2 0 21 23 104 33 112
Binary 11001010 11001111 10101011 10 0 10001 10011 1000100 11011 1001010

Color Harmonies of #CACFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACFAB

Black with #CACFAB

Text Example


Text Example

White with #CACFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACFAB; }

 p { color: rgb(202,207,171); }

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

background-color css

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

 a { background-color: rgb(202,207,171); }

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

border-color css

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

 span { border-color: rgb(202,207,171); }

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